type go/build/constraint.exprParser

7 uses

	go/build/constraint (current package)
		expr.go#L199: type exprParser struct {
		expr.go#L220: 	p := &exprParser{s: text}
		expr.go#L231: func (p *exprParser) or() Expr {
		expr.go#L242: func (p *exprParser) and() Expr {
		expr.go#L253: func (p *exprParser) not() Expr {
		expr.go#L268: func (p *exprParser) atom() Expr {
		expr.go#L305: func (p *exprParser) lex() {